"; $alfa=1; function funkcja($alfa) { echo "alfa"; echo "
"; if($alfa<10) funkcja($alfa+1); return "beta"; } echo funkcja($alfa); ?>